Product Catalog APIs

The Product Catalog APIs are used to ingest the product catalog into the system in real time. Procedure to add, update, and delete the product catalog is described as follows. This is essential for providing accurate data for product recommendations and inventory updates.

Authentication Scope

The Product Catalog API supports OAuth 2.0 for secure authentication, an open-standard protocol for authentication and authorization that grants access to API functionalities using temporary access tokens. These tokens provide limited access for a defined period, enhancing security and regulatory compliance.

Note: For more information about creating and updating an OAuth access token, see API Authentication.

Base URL and Application Name

All Product Catalog APIs use the eventProductStore application in their endpoint URLs. This application handles all product-related events, including adding, updating, and deleting products in the catalog.

Example Base URL:

Copy
https://api-dev.algonomy.com/api/v1/eventProductStore/{companyHash}/

Note: You do not need to modify eventProductStore; it remains constant across all Product Catalog APIs.

Available APIs

The following APIs are available to manage your product catalog, allowing you to add, update, and maintain product data efficiently: